home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-03 / aplbas11.zip / APL2IBM.DOC < prev    next >
Text File  |  1991-02-24  |  2KB  |  57 lines

  1. APL2IBM.EXE
  2.  
  3. Applesoft BASIC --> IBM Conversion Utility version 1.1.
  4.      by Eric Westcott, Waltham MA.
  5.                        Contact on Channel-1 BBS, Cambridge MA.
  6.  
  7. This is a FREE program.  I don't expect any compensation for this program,
  8. except that you remember my name when you use it.
  9.  
  10.  
  11. WHAT & WHY
  12. ==========
  13. This program reads in an AppleSoft BASIC program file and writes out an IBM
  14. text file.  You can then enter GWBASIC and load the new file.  That's it.
  15.  
  16. The new file should require few modifications, because AppleSoft was derived
  17. from MicroSoft BASIC.  Mostly you'll have to modify commands pertaining to
  18. file handling and graphics.
  19.  
  20. It doesn't seem like much, but if you're a former Apple // BASIC programmer who
  21. finally wised up and went IBM, you probably wanted to keep the programs you
  22. wrote, and maybe, just maybe, someday convert them to IBM BASIC.  Well, I DID,
  23. anyway.  So here is the program that will remove your greatest stumbling block,
  24. decoding AppleSoft into text on the IBM.
  25.  
  26.  
  27. HOW
  28. ===
  29. First, you have to copy the AppleSoft file from the Apple // to your IBM PC
  30. using some sort of communications package.  I used a package called CrossWorks
  31. which comes with a special that connects the serial ports of both machines
  32. directly and allows transferring of files from one to the other (it was $80.00).
  33. Yyou can use whatever file-transfer setup you have at your disposal.  I'm
  34. assuming you have some kind of communications on your IBM PC or you wouldn't be
  35. reading this.
  36.  
  37. Once you have the AppleSoft file on your IBM PC, type the following:
  38.                          APL2IBM filname.ext
  39.  
  40.  
  41. Now run BASIC and type:   load "filename.BAS"
  42.  
  43. That's it.  Of course, you'll still have to make changes to the program, 
  44. substituting MicroSoft equivalents of some AppleSoft-specific commands.
  45.  
  46.  
  47. WHO
  48. ===
  49. Eric Westcott
  50. 2/24/91.
  51.  
  52.  
  53. HISTORY
  54. =======
  55. Ver 1.1     Correct critical bug in detecting end of file.
  56. Ver 1.0     Original.
  57.